Changeset 3140 in kBuild for trunk/src/kmk/doc/Makefile.am
- Timestamp:
- Mar 14, 2018 9:28:10 PM (7 years ago)
- Location:
- trunk/src/kmk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
doc/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk
-
Property svn:mergeinfo
set to
/vendor/gnumake/current merged eligible
-
Property svn:mergeinfo
set to
-
trunk/src/kmk/doc/Makefile.am
r2591 r3140 1 1 # -*-Makefile-*-, or close enough 2 # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 3 # 2010 Free Software Foundation, Inc. 2 # Copyright (C) 2000-2016 Free Software Foundation, Inc. 4 3 # This file is part of GNU Make. 5 4 # … … 24 23 25 24 CLEANFILES = make*.html 26 27 ## ----------------------------- ##28 ## Other documentation formats. ##29 ## ----------------------------- ##30 31 html: make_1.html32 33 make_1.html: $(info_TEXINFOS) $(make_TEXINFOS)34 $(TEXI2HTML) $(TEXI2HTML_FLAGS) $(srcdir)/make.texi35 36 .PHONY: html
Note:
See TracChangeset
for help on using the changeset viewer.

