[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Makefile between version 1.537 and 1.538

version 1.537, 2021/09/19 15:05:39 version 1.538, 2021/09/20 10:14:34
Line 373  include Makefile.local
Line 373  include Makefile.local
   
 # === DEPENDENCY HANDLING ==============================================  # === DEPENDENCY HANDLING ==============================================
   
 all: mandoc demandoc soelim $(BUILD_TARGETS) Makefile.local  all: mandoc man demandoc soelim $(BUILD_TARGETS) Makefile.local
   
 install: base-install $(INSTALL_TARGETS)  install: base-install $(INSTALL_TARGETS)
   
Line 502  uninstall:
Line 502  uninstall:
         rm -f $(DESTDIR)$(INCLUDEDIR)/tbl.h          rm -f $(DESTDIR)$(INCLUDEDIR)/tbl.h
         [ ! -e $(DESTDIR)$(INCLUDEDIR) ] || rmdir $(DESTDIR)$(INCLUDEDIR)          [ ! -e $(DESTDIR)$(INCLUDEDIR) ] || rmdir $(DESTDIR)$(INCLUDEDIR)
   
 regress: all man  regress: all
         cd regress && ./regress.pl          cd regress && ./regress.pl
   
 regress-clean:  regress-clean:

Legend:
Removed from v.1.537  
changed lines
  Added in v.1.538

CVSweb