Loading src/Makefile.am +2 −6 Original line number Diff line number Diff line Loading @@ -63,9 +63,7 @@ if USE_MANUAL if HAVE_LIBZ # This generates the hugehelp.c file in both uncompressed and compressed formats $(HUGE): $(README) $(MANPAGE) mkhelp.pl echo '#ifdef HAVE_CONFIG_H' > $(HUGE) echo '#include "config.h"' >> $(HUGE) echo '#endif' >> $(HUGE) echo '#include "setup.h"' > $(HUGE) echo '#ifndef HAVE_LIBZ' >> $(HUGE) $(NROFF) $(MANPAGE) | $(PERL) $(MKHELP) $(README) >> $(HUGE) echo '#else' >> $(HUGE) Loading @@ -74,9 +72,7 @@ $(HUGE): $(README) $(MANPAGE) mkhelp.pl else # HAVE_LIBZ # This generates the hugehelp.c file uncompressed only $(HUGE): $(README) $(MANPAGE) mkhelp.pl echo '#ifdef HAVE_CONFIG_H' > $(HUGE) echo '#include "config.h"' >> $(HUGE) echo '#endif' >> $(HUGE) echo '#include "setup.h"' > $(HUGE) $(NROFF) $(MANPAGE) | $(PERL) $(MKHELP) $(README) >> $(HUGE) endif Loading src/mkhelp.pl +1 −3 Original line number Diff line number Diff line Loading @@ -112,9 +112,7 @@ print <<HEAD * NEVER EVER edit this manually, fix the mkhelp.pl script instead! * Generation time: $now */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "setup.h" #ifdef USE_MANUAL #include "hugehelp.h" #include <stdio.h> Loading Loading
src/Makefile.am +2 −6 Original line number Diff line number Diff line Loading @@ -63,9 +63,7 @@ if USE_MANUAL if HAVE_LIBZ # This generates the hugehelp.c file in both uncompressed and compressed formats $(HUGE): $(README) $(MANPAGE) mkhelp.pl echo '#ifdef HAVE_CONFIG_H' > $(HUGE) echo '#include "config.h"' >> $(HUGE) echo '#endif' >> $(HUGE) echo '#include "setup.h"' > $(HUGE) echo '#ifndef HAVE_LIBZ' >> $(HUGE) $(NROFF) $(MANPAGE) | $(PERL) $(MKHELP) $(README) >> $(HUGE) echo '#else' >> $(HUGE) Loading @@ -74,9 +72,7 @@ $(HUGE): $(README) $(MANPAGE) mkhelp.pl else # HAVE_LIBZ # This generates the hugehelp.c file uncompressed only $(HUGE): $(README) $(MANPAGE) mkhelp.pl echo '#ifdef HAVE_CONFIG_H' > $(HUGE) echo '#include "config.h"' >> $(HUGE) echo '#endif' >> $(HUGE) echo '#include "setup.h"' > $(HUGE) $(NROFF) $(MANPAGE) | $(PERL) $(MKHELP) $(README) >> $(HUGE) endif Loading
src/mkhelp.pl +1 −3 Original line number Diff line number Diff line Loading @@ -112,9 +112,7 @@ print <<HEAD * NEVER EVER edit this manually, fix the mkhelp.pl script instead! * Generation time: $now */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "setup.h" #ifdef USE_MANUAL #include "hugehelp.h" #include <stdio.h> Loading