Skip to content

Commit

Permalink
Includes the new man pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jawatson committed Apr 2, 2018
1 parent c087fd7 commit fc9479d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ nobase_dist_doc_DATA = \
voacapl/itshfbc/news/problems.txt

dist_man_MANS = man/voacapl.1 \
man/dst2csv.l \
man/dst2csv.1 \
man/dst2ascii.1

dist_bin_SCRIPTS = makeitshfbc
Expand Down
10 changes: 6 additions & 4 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,7 @@ CTAGS = ctags
CSCOPE = cscope
DIST_SUBDIRS = $(SUBDIRS)
am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in AUTHORS \
COPYING ChangeLog INSTALL NEWS README ar-lib compile \
install-sh missing
COPYING INSTALL NEWS README ar-lib compile install-sh missing
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
Expand Down Expand Up @@ -401,7 +400,10 @@ nobase_dist_doc_DATA = \
voacapl/itshfbc/news/hf_parse.txt\
voacapl/itshfbc/news/problems.txt

dist_man_MANS = man/voacapl.1
dist_man_MANS = man/voacapl.1 \
man/dst2csv.1 \
man/dst2ascii.1

dist_bin_SCRIPTS = makeitshfbc
nobase_dist_data_DATA = \
voacapl/itshfbc/antennas/default/ccir.000 \
Expand Down Expand Up @@ -1237,7 +1239,7 @@ install-data-hook:
echo "structure in your home directory." &&\
echo "***************************************************" &&\
echo "" &&\
echo ""
echo ""

uninstall-hook:
-rm $(DESTDIR)/$(datadir)/voacapl/itshfbc/coeffs/coeff01.bin
Expand Down

0 comments on commit fc9479d

Please sign in to comment.