diff options
author | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2011-02-07 23:18:17 +0000 |
---|---|---|
committer | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2011-02-07 23:18:17 +0000 |
commit | 841b56cd2b970466d68fbc4165f86760759c0169 (patch) | |
tree | a548c9131c2e1abedcbfc4b4e2ccf592a41d70ad /Makefile | |
parent | 911afa843897cd330622a2e222cff6080a64e590 (diff) | |
download | indexhtml-841b56cd2b970466d68fbc4165f86760759c0169.tar indexhtml-841b56cd2b970466d68fbc4165f86760759c0169.tar.gz indexhtml-841b56cd2b970466d68fbc4165f86760759c0169.tar.bz2 indexhtml-841b56cd2b970466d68fbc4165f86760759c0169.tar.xz indexhtml-841b56cd2b970466d68fbc4165f86760759c0169.zip |
Synthesized commit during git-svn import combining previous Mandriva history with Mageia.
This commit consitsts of the following subversion commits:
------------------------------------------------------------------------
r485 | dmorgan | 2011-02-07 23:18:17 +0000 (Mon, 07 Feb 2011) | 1 line
Import cleaned indexhtml
------------------------------------------------------------------------
In addition to the above commits, the following cleaning work has been recorded:
o mails
- replacement was done in headers except for Subject in header-ur which does
not contain Mandriva...
- dropped most mail bodys, except for French & English, rewritten to a
minimal version - a good mail should be designed and translated
o about
- command is about-mandriva, have to look at what uses it
- removed MDV graphics from style/css
o HTML
- a simple page should be placed there, until web team provides something
o po
- all translations should be dropped, strings updated when the real page
is ready
o COPYING
- added COPYING file (GNU GPL v3). indexhtml.spec file stated "GPL"
(should be changed to GPL3+)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ PACKAGE = indexhtml -VERSION:=2010.1 +VERSION:= 1 SVN_URL := $(shell svn info | grep ^URL: | cut -f2 -d\ ) SVN_BASE := $(shell svn info | sed -n '/^URL: \(.*\/$(PACKAGE)\).*/s//\1/p') |