• 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
..
dev-guide Loading commit data...
glossary Loading commit data...
installation Loading commit data...
phk Loading commit data...
reference Loading commit data...
tutorial Loading commit data...
users-guide Loading commit data...
whats-new Loading commit data...
Makefile.am Loading commit data...
conf.py.in Loading commit data...
index.rst Loading commit data...
vtc-syntax.py Loading commit data...