Fix paths.
authorRafał Długołęcki <rafal@dlugolecki.net.pl>
Sun, 12 Apr 2015 19:43:46 +0000 (21:43 +0200)
committerRafał Długołęcki <rafal@dlugolecki.net.pl>
Sun, 12 Apr 2015 19:43:46 +0000 (21:43 +0200)
Makefile.am
docs/Makefile.am

index 92104cc7b79e72e146ac31772856bc8306cacb8b..a46ee8d7b87eb5ec4e3a8b6f7bde1b04c42f0976 100644 (file)
@@ -23,7 +23,7 @@ CLEANFILES = \
 
 SUBDIRS = include . tests docs
 
-noinst_PROGRAMS = bin_genetic
+noinst_PROGRAMS = bin/genetic
 
 dist_noinst_SCRIPTS = autogen.sh
 
index 6db5eeb2f0beae8b38113e6c28bd96878c4d7bf1..b61769332784d4701480e394bf3551903c7e29bb 100644 (file)
@@ -1,10 +1,10 @@
 if HAVE_DOXYGEN
 
-directory = $(top_srcdir)/docs/man/man3/
+directory = $(top_srcdir)/docs/man/man3
 
-dist_man_MANS = $(directory)/man_page_1.3 $(directory)/man_page_2.3
-$(directory)/man_page_1.3: doxyfile.stamp
-$(directory)/man_page_2.3: doxyfile.stamp
+dist_man_MANS = $(directory)/*.3
+$(directory)/*.3: doxyfile.stamp
+#$(directory)/man_page_2.3: doxyfile.stamp
 
 doxyfile.stamp:
        $(DOXYGEN) Doxyfile
@@ -16,4 +16,5 @@ all-local: doxyfile.stamp
 clean-local:
        rm -rf $(top_srcdir)/docs/man
 
+
 endif
\ No newline at end of file