Code

Initial commit.
[libjunos.git] / doc / Makefile.am
1 EXTRA_DIST = junosc.txt
2 CLEANFILES = junosc.1
4 man_MANS = junosc.1
6 junosc.1: junosc.txt ../version
8 .txt.1:
9         @A2X@ -d manpage -f manpage \
10                 -apackage_version=$(PACKAGE_VERSION) \
11                 -abuild_date="$$( date --utc '+%F' )" \
12                 $<