• Poul-Henning Kamp's avatar
    Renovate this Makefile · 4d1919a1
    Poul-Henning Kamp authored
    When producing files with "foo > file", always use the pattern:
    
    	foo > file.tmp
    	mv file.tmp file
    
    Otherwise program failures end up generating partial content and
    make will not even rerun the failing program next time you type make.
    
    Actually clean CLEANFILES in the clean target.
    
    The reference dir is not built, but it should be in the distfile
    4d1919a1
Name
Last commit
Last update
..
graphviz Loading commit data...
sphinx Loading commit data...
Makefile.am Loading commit data...
README.WRITING_RST.rst Loading commit data...
changes.rst Loading commit data...