summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorRaphael Manfredi <Raphael_Manfredi@pobox.com>2018-06-05 14:28:56 +0200
committerRaphael Manfredi <Raphael_Manfredi@pobox.com>2018-06-05 15:03:43 +0200
commit7c4c3dd291c741e2a42c78efd77ffbd3a1c9c1c1 (patch)
tree773fe4188bb797c492f9dbb389cf028fd0b2f787 /MANIFEST
parentcf4ee93a463709e3d83d485c316d8db28e162f00 (diff)
Added Specific.U as a hook for project-specific code.
After generating config.sh, this is a place where optional generation can happen, before going on with the .SH file extractions and dependency computations. Typically, this can be used to generate a revision.h file.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index f15caea..8b7a670 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -8,6 +8,7 @@ MANIFEST This list of files
Makefile.SH A makefile to run subsidiary makefiles
README Basic instructions
Wishlist Features I would like to add
+U/Specific.U Specific code for dist before .SH extraction
bin/ Some binary tools
bin/Jmakefile Generic makefile description for bin
bin/Makefile.SH Jmake-generated configured makefile
@@ -127,6 +128,7 @@ mcon/U/Rcs.U Some stupid redefinitions to keep RCS happy
mcon/U/Sendfile64.U Is sendfile() working with the largefile flags?
mcon/U/Setvar.U Set a variable with some sanity checks
mcon/U/Signal.U Utilities for sig_name.U
+mcon/U/Specific.U Hook for project-specific code before .SH extraction
mcon/U/Tr.U Builds a tr script to handle lower and upper classes
mcon/U/Trylink.U Compiles and links a test program
mcon/U/Typedef.U Defines a typedef lookup function