Use external tool `w3m' for dumping html to plain texts.
[xwl-elisp.git] / generic-apt / generic-apt-install.el
blob8564d1f4cef6067f5e2574210848830eab0561ad
1 ;;; generic-apt-install.el --- install generic-apt extension
3 ;; Copyright (C) 2008 William Xu
5 ;; Author: William Xu <william.xwl@gmail.com>
7 ;; This program is free software; you can redistribute it and/or modify
8 ;; it under the terms of the GNU General Public License as published by
9 ;; the Free Software Foundation; either version 3, or (at your option)
10 ;; any later version.
12 ;; This program is distributed in the hope that it will be useful, but
13 ;; WITHOUT ANY WARRANTY; without even the implied warranty of
14 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 ;; General Public License for more details.
17 ;; You should have received a copy of the GNU General Public License
18 ;; along with this program; see the file COPYING. If not, write to the
19 ;; Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
20 ;; MA 02110-1301, USA.
22 ;;; Code:
24 (require 'generic-apt)
25 (require 'generic-apt-apt-get)
26 (require 'generic-apt-fink)
28 (provide 'generic-apt-install)
30 ;;; generic-apt-install.el ends here