Browse Source

ecn-node: nodes have always minimal documentation.

master
Nagy Károly Gábriel 13 years ago
parent
commit
39d3373239
1 changed files with 23 additions and 0 deletions
  1. +23
    -0
      parse-config

+ 23
- 0
parse-config

@ -0,0 +1,23 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/ecn-node/parse-config
# Copyright (C) 2012 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
echo_status "Just minimal documentation files will be flisted"
ecn_flist_just_minimal_docs() {
sed -i -e '/\.\(html\|pdf\|ps\|tex\)$/d;' \
-e '/\.\(gif\|jpg\|png\)$/d;' \
-e "/.*\/share\/\(doc\|gtk-doc\).*\/html\/.*/d;" \
$builddir/flist.txt
}
hook_add postflist 5 "ecn_flist_just_minimal_docs"

Loading…
Cancel
Save