J'ai eu un petit problème avec prcs:
prcs: Couldn't reopen the standard input: Permission denied prcs: Command failed.
Je n'ai pas le temps de regarder, alors j'ai fait 'prcs checkin' puis 'p' (Proceed with an empty version log) et non pas 'e'. C'est mal. Merci de répondre si un de vous reconnait ce problème ou bien l'a règlé.
Index: doc/ChangeLog from Niels Van Vliet niels@lrde.epita.fr
* doc/ref/Makefile.am: Move "out/out* out/makefile out/all.mk" from clean-local to CLEANFILES. Replace distclean-local by DISTCLEANFILES.
Index: tools/swilena/ChangeLog from Niels Van Vliet niels@lrde.epita.fr
* tools/swilena/ruby/Makefile.am: Replace clean-local by CLEANFILES. * tools/swilena/src/Makefile.am: Replace distclean-local by DISTCLEANFILES.
Index: doc/ref/Makefile.am --- doc/ref/Makefile.am Thu, 15 Apr 2004 15:27:06 +0200 van-vl_n (oln/d/51_Makefile.a 1.27.1.17.1.4 600) +++ doc/ref/Makefile.am Wed, 28 Apr 2004 14:07:35 +0200 van-vl_n (oln/d/51_Makefile.a 1.27.1.17.1.4 600) @@ -11,7 +11,17 @@ OUT_DIR = "out" IMG_CONV = $(srcdir)/img_conv.pl CLEANFILES = html.tar.gz \ - oln-ref.pdf + oln-ref.pdf \ + out/out* out/makefile out/all.mk + +clean-local: + rm -rf img html latex + +DISTCLEANFILES = out/exdoc.config + +MAINTAINERCLEANFILES = $(dist_noinst_DATA) \ + ./html/* ./img/* + HDRS_DEP = $(NTG_DEP) HDRS_DEP += $(MLC_DEP) HDRS_DEP += $(OLN_DEP) @@ -38,16 +48,6 @@
dist_noinst_DATA = oln-ref.pdf html.tar.gz $(srcdir)/exdoc.pl $(srcdir)/img_conv.pl
-clean-local: - rm -rf img out/out* html latex out/makefile out/all.mk - -distclean-local: - rm -f out/exdoc.config - - -MAINTAINERCLEANFILES = $(dist_noinst_DATA) \ - ./html/* ./img/* - # ### # ### What gets installed. # ### Index: tools/swilena/ruby/Makefile.am --- tools/swilena/ruby/Makefile.am Wed, 14 Apr 2004 20:42:25 +0200 thivol_d (oln/v/17_Makefile.a 1.6 600) +++ tools/swilena/ruby/Makefile.am Wed, 28 Apr 2004 13:42:46 +0200 van-vl_n (oln/v/17_Makefile.a 1.6 600) @@ -9,5 +9,4 @@
include makefile.swig
-clean-local: - rm -f *.cxx +CLEANFILES = *.cxx Index: tools/swilena/src/Makefile.am --- tools/swilena/src/Makefile.am Mon, 12 Apr 2004 01:16:17 +0200 thivol_d (oln/v/25_Makefile.a 1.3 600) +++ tools/swilena/src/Makefile.am Wed, 28 Apr 2004 13:29:31 +0200 van-vl_n (oln/v/25_Makefile.a 1.3 600) @@ -3,7 +3,6 @@ ## Makefile.am for swilena/src ##
-distclean-local: - rm -f *.i makefile.swig +DISTCLEANFILES = *.i makefile.swig
include makefile.swig