automake-lossage.patch 513 B

123456789101112131415161718192021222324
  1. --- gtk+-2.4.1/docs/tutorial/Makefile.am~ 2003-05-06 22:54:20.000000000 +0100
  2. +++ gtk+-2.4.1/docs/tutorial/Makefile.am 2004-05-08 12:31:41.000000000 +0100
  3. @@ -52,21 +52,5 @@
  4. dist-hook: html
  5. cp -Rp $(srcdir)/html $(distdir)
  6. -else
  7. -html:
  8. - echo "***"
  9. - echo "*** Warning: Tutorial not built"
  10. - echo "***"
  11. -
  12. -pdf:
  13. - echo "***"
  14. - echo "*** Warning: Tutorial not built"
  15. - echo "***"
  16. -
  17. -dist-hook:
  18. - echo "***"
  19. - echo "*** Warning: Tutorial not built"
  20. - echo "*** DISTRIBUTION IS INCOMPLETE"
  21. - echo "***"
  22. endif