Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
8aecead1
Commit
8aecead1
authored
Nov 20, 2007
by
Francois Marier
Browse files
Make robots.txt a conffile and move it to /etc/mahara/
parent
efdc8891
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/mahara.links
View file @
8aecead1
usr/share/mahara/js/MochiKit/Packed.js usr/share/mahara/js/MochiKit/setup.js
etc/mahara/config.debconf.php usr/share/mahara/config.debconf.php
etc/mahara/config.php usr/share/mahara/config.php
etc/mahara/robots.txt usr/share/mahara/robots.txt
debian/rules
View file @
8aecead1
...
...
@@ -29,6 +29,7 @@ install: configure-stamp
find $(CURDIR)/debian/mahara/usr/share/mahara/ -name "LICENSE*" -exec rm {} \;
# Exclude specific files/directories
rm -f $(CURDIR)/debian/mahara/usr/share/mahara/robots.txt
rm -f $(CURDIR)/debian/mahara/usr/share/mahara/lib/phpmailer/ChangeLog.txt
rm -rf $(CURDIR)/debian/mahara/usr/share/mahara/lib/adodb/docs/
rm -rf $(CURDIR)/debian/mahara/usr/share/mahara/lib/adodb/tests/
...
...
@@ -43,8 +44,9 @@ install: configure-stamp
rm -f $(CURDIR)/debian/mahara/usr/share/mahara/lib/snoopy/TODO
rm -f $(CURDIR)/debian/mahara/usr/share/mahara/lib/snoopy/NEWS
# Config file (common package)
# Config file
s
(common package)
cp $(CURDIR)/debian/config.php $(CURDIR)/debian/mahara/etc/mahara/
cp $(CURDIR)/htdocs/robots.txt $(CURDIR)/debian/mahara/etc/mahara/
# Config file (-apache)
cp $(CURDIR)/htdocs/.htaccess $(CURDIR)/debian/mahara-apache/usr/share/mahara
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment