diff options
author | courant <courant@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2001-04-25 13:01:41 +0000 |
---|---|---|
committer | courant <courant@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2001-04-25 13:01:41 +0000 |
commit | 8680aa0f0bfb5d258a05f4754ee1213ec0e5da9e (patch) | |
tree | 80ff5e5767d6f5586d2e339f88a626e9de2a6c9e /distrib/Makefile | |
parent | 4e3b6db89c4223c3563ed7fc7f92f78a95c99283 (diff) |
modif pour RPM et Debian
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1715 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'distrib/Makefile')
-rw-r--r-- | distrib/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/distrib/Makefile b/distrib/Makefile index 78149f730..c03bb75be 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -187,10 +187,14 @@ RH/coq.list: ${COQPACKAGE}.tar.gz Makefile config.distrib cd RH ; tar xzf ../${COQPACKAGE}.tar.gz cd RH/${COQPACKAGE} ; sh ../do_build cd RH/${COQPACKAGE} ; make COQINSTALLPREFIX=${DISTRIBDIR}/RH/build install - cd RH/build ; find . '!' -type d > ../coq.list + echo "# This file has been generated" > RH/coq.list + echo "# Do not edit" >>RH/coq.list + cd RH/build ; find . '!' -type d | sed -e 's|^\./|/|g'>> ../coq.list coq.spec: RH/coq.list RH/coq.spec.tpl - cd RH ; m4 -P coq.spec.tpl > ../coq.spec + echo "# This file has been generated from RH/coq.spec.tpl" > coq.spec + echo "# Do not edit" >> coq.spec + cd RH ; m4 -P coq.spec.tpl >> ../coq.spec ########## contrib-tag: |