diff options
author | Stefan Kost <stefkost@src.gnome.org> | 2007-09-27 18:31:53 +0000 |
---|---|---|
committer | Stefan Kost <stefkost@src.gnome.org> | 2007-09-27 18:31:53 +0000 |
commit | 8460157f7074444522ae0921b69dce11cc4d5425 (patch) | |
tree | 88fc1d30b176846fe510f5ee19cbb5362dc82b25 /gtkdoc-rebase.in | |
parent | 0afff163840ac4fb579fab79b7d090bafbea14b3 (diff) | |
download | gtk-doc-8460157f7074444522ae0921b69dce11cc4d5425.tar.gz |
New day, new fix. Remove testing $(DESTDIR) from makefile and use
* gtk-doc.make:
* gtk-doc.notmpl.make:
* gtkdoc-rebase.in:
New day, new fix. Remove testing $(DESTDIR) from makefile and use
Getopt::Long qw(:config gnu_getopt); in rebase.
svn path=/trunk/; revision=508
Diffstat (limited to 'gtkdoc-rebase.in')
-rw-r--r-- | gtkdoc-rebase.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtkdoc-rebase.in b/gtkdoc-rebase.in index 58d57f0..1bf19aa 100644 --- a/gtkdoc-rebase.in +++ b/gtkdoc-rebase.in @@ -27,7 +27,7 @@ use strict; use bytes; -use Getopt::Long; +use Getopt::Long qw(:config gnu_getopt); use Cwd qw(realpath); # Options |