We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca9a2e4 commit 4298c96Copy full SHA for 4298c96
1 file changed
css2/Makefile
@@ -561,15 +561,6 @@ checkx: build/checkx.out
561
@$(DIFF) checkx.out build/checkx.out >build/checkx.diff \
562
|| echo output differs, see build/checkx.diff for details.
563
564
-# get cvs logs
565
-
566
-FROMDATE=1 week ago
567
-log:
568
- @for i in `cat DOC/FILES` ; \
569
- do cvs log -d ">$(FROMDATE)" $$i >/tmp/log; \
570
- $(GREP) "selected revisions: 0" /tmp/log >/dev/null || cat /tmp/log; \
571
- done; rm /tmp/log
572
573
clean:
574
$(RM) $(SPECOBJS) $(PROPBLKSDIR)/* \
575
$(SPECOBJS:.html=.srd) $(SPECOBJS:.html=.subtoc) \
0 commit comments