• Poul-Henning Kamp's avatar
    Renovate this Makefile · aa893088
    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
    aa893088
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...