/[groff]/groff/Makefile.in
ViewVC logotype

Diff of /groff/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.77 by wl, Thu Oct 7 10:59:38 2004 UTC revision 1.78 by wl, Fri Oct 15 05:21:55 2004 UTC
# Line 713  uninstall_dirs: Line 713  uninstall_dirs:
713            $(exampledir) $(htmldocdir) $(docdir) \            $(exampledir) $(htmldocdir) $(docdir) \
714            $(libprogramdir) $(libdir)            $(libprogramdir) $(libdir)
715    
716  .PHONY: check  .PHONY: check docheck
717  check:  check: site.exp docheck
718    
719    docheck:
720            if $(SHELL) -c "runtest --version" > /dev/null 2>&1; then \
721              runtest; \
722            else \
723              echo "WARNING: could not find \`runtest'" 1>&2; \
724            fi
725    
726    # This snippet has been taken from the automake package.
727    
728    site.exp:
729            @echo "Making a new site.exp file..."
730            @echo "## these variables are automatically generated by make ##" >site.tmp
731            @echo "# Do not edit here.  If you wish to override these values" >>site.tmp
732            @echo "# edit the last section" >>site.tmp
733            @echo "set tool groff" >>site.tmp
734            @echo "set srcdir $(srcdir)/testsuite" >>site.tmp
735            @echo "set objdir `pwd`" >> site.tmp
736            @echo "## All variables above are generated by configure.  Do not edit! ##" >> site.tmp
737            @test ! -f site.exp \
738              || sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp
739            @-rm -f site.bak
740            @test ! -f site.exp || mv site.exp site.bak
741            @mv site.tmp site.exp
742    
743  FORCE:  FORCE:
744    

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26