diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-08-02 13:58:10 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-08-02 13:58:10 +0000 |
commit | dc0e58551c6b6b774896565f7bb8fbd96eec7af4 (patch) | |
tree | af379c32410a33e5cabeb07382a6d514c9ed09e6 /www/Makefile | |
parent | f332fe22f3c31cb827fae6c940df343d20dc2b9c (diff) |
This module allows you to generate printer friendly versions of any
node by navigating to www.example.com/print/nid, where nid is the
node id of content to render.
WWW: http://drupal.org/project/print
PR: ports/126038
Submitted by: Eygene Ryabinkin <rea-fbsd at codelabs.ru>
Notes
Notes:
svn path=/head/; revision=217940
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index b887bd4dddc5..3d14503ef8ff 100644 --- a/www/Makefile +++ b/www/Makefile @@ -164,6 +164,7 @@ SUBDIR += drupal5-xmlsitemap SUBDIR += drupal6 SUBDIR += drupal6-nice_menus + SUBDIR += drupal6-print SUBDIR += dtse SUBDIR += dummyflash SUBDIR += eaccelerator |